home *** CD-ROM | disk | FTP | other *** search
/ Champak 83 / (Vol 83) My Disc.iso / Games / extreme_floreist.swf / scripts / frame_60 / DoAction.as
Text File  |  2008-08-07  |  178b  |  8 lines

  1. gameInPlay = false;
  2. stopAllSounds();
  3. clearInterval(timerCode);
  4. SFX.gotoAndPlay("GameOver");
  5. Map.Player.gotoAndStop("GameOver");
  6. Interface.gotoAndPlay("GameOver");
  7. stop();
  8.